home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / etc / config.skel < prev    next >
Text File  |  1994-08-01  |  3KB  |  75 lines

  1. # $Header: /usr/people/sam/fax/etc/RCS/config.skel,v 1.19 1993/09/27 11:12:02 sam Rel $
  2. #
  3. # EDIT THIS CONFIGURATION TO REFLECT YOUR SETUP
  4. #
  5. CountryCode:        1        # USA
  6. LongDistancePrefix:    1
  7. InternationalPrefix:    011
  8. AreaCode:        415
  9. DialStringRules:    etc/dialrules
  10. FAXNumber:        +1.415.965.7824
  11. ServerTracing:        1        # log server-related operations
  12. SessionTracing:        11        # log server-related operations
  13. RecvFileMode:        0600        # recvd facsimile are not public
  14. LogFileMode:        0600        # private log files
  15. DeviceMode:        0600        # device is accessible only to uucp/fax
  16. #QualifyTSI:        etc/tsi        # accept facsimile from anyone
  17. SpeakerVolume:        off        # machine's are already too loud
  18. RingsBeforeAnswer:    1        # answer on first ring
  19. #
  20. # Modem-related stuff: should reflect modem command interface
  21. # and hardware connection/cabling (e.g. flow control).
  22. #
  23. #ModemType:        Class1        # use this to supply a hint
  24. ModemRate:        38400        # rate for DCE-DTE communication
  25. ModemFlowControl:    rtscts        # RTS/CTS flow control assumed
  26. ModemSetupDTRCmd:    &D2        # setup so DTR drop resets modem
  27. ModemSetupDCDCmd:    &C1        # setup so DCD reflects carrier (or not)
  28. #GettyArgs:        "-h %l dx_%s"    # requires modem to auto-detect fax/data
  29. #
  30. # We normally append the "@" symbol to the dial string so that
  31. # the modem will wait 5 seconds before attempting to connect
  32. # and return result codes that distinguish between no carrier
  33. # and no answer.  This makes it possible to avoid problems with
  34. # repeatedly dialing a number that doesn't have a fax machine
  35. # (kudos to Stuart Lynne for this trick.)
  36. #
  37. # NB: If you need to prefix phone numbers to get through a PBX,
  38. #     put it in the ModemDialCmd; e.g. "DT9%s@".
  39. #
  40. ModemDialCmd:        DT%s@        # T for tone dialing, @ for silence
  41. #
  42. # Other possible configuration stuff.  The default strings are
  43. # shown below.  Only those that are different from the defaults
  44. # need to be included in the configuration file.
  45. #
  46. ModemResetCmds:        ""        # stuff to do when modem is reset
  47. ModemAnswerCmd:        "A"        # use this to answer phone
  48. ModemFlowControlCmd:    &K4        # set desired flow control method
  49. ModemNoAutoAnswerCmd:    S0=0        # disable auto-answer
  50. #
  51. # Set modem speaker volume commands: OFF QUIET LOW MEDIUM HIGH.
  52. # Note that we both turn the speaker on/off and set volume.
  53. #
  54. ModemSetVolumeCmd:    "M0 L0M1 L1M1 L2M1 L3M1"
  55. ModemEchoOffCmd:    E0        # disable command echo
  56. ModemVerboseResultsCmd:    V1        # enable verbose command results
  57. ModemResultCodesCmd:    Q1        # enable result codes
  58. ModemOnHookCmd:        H0        # place phone on hook (hangup)
  59. ModemSoftResetCmd:    Z        # do soft reset of modem
  60. ModemWaitTimeCmd:    S7=30        # wait 30 seconds for carrier
  61. ModemCommaPauseTimeCmd:    S8=2        # comma pause time is 2 seconds
  62. ModemRecvFillOrder:    LSB2MSB        # bit order of received facsimile
  63. ModemSendFillOrder:    LSB2MSB        # bit order modem expects for transmit
  64. #
  65. # Configuration parameters for Class 2 modems.
  66. #
  67. Class2BORCmd:        BOR=0        # bit order for phase B/C/D (direct)
  68. #
  69. # If Class2RecvDataTrigger is not set, then it is selected according
  70. # the modem model and manufacturer.  ZyXEL and Rockwell RC32ACL-based
  71. # modems use DC2.  All others are assumed to use DC1.
  72. #
  73. Class2RecvDataTrigger:    ""        # character sent to modem to start recv
  74. Class2XmitWaitForXON:    no        # if true, wait for XON before send
  75.